/*样式*/
.lm-header-top{
    height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 0 0;
    background: #303030;
}
.lm-header-top div,
.lm-header-top a,
.lm-header-top span{
    font-size: 12px;
    color: #b3b3b3;
}
.lm-header-top .phone{
    margin: 0 20px 0 0;
}
.lm-header-top .phone span{
    font-size: 16px;
    font-weight: bold;
    font-family: Arial;
}
.lm-header-top .phone img{
    position: relative;
    top: -5px;
    margin: 0 8px 0 0;
}
.lm-header-top .phone span{
    position: relative;
    top: -12px;
}
.lm-header-top .right{
    position: relative;
    top: -2px;
}
.lm-header-top .right a{
    padding: 0 15px;
    font-size: 12px;
}
.lm-header-top .right li:nth-last-child(2) a{
    padding-right: 0;
}
.lm-header-nav{
    height: 115px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lm-header-nav .logo{
    margin: 26px 28px 0 0;
}
.lm-header-nav .logo2{
    margin: 23px 0 0;
}
.lm-header-nav ul{
    position: relative;
    top: -3px;
    height: 115px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lm-middle .product ul{
    height: 280px;
}
.lm-middle .product ul li{
    margin: 0 11px 0;
    width: 280px;
}
.lm-middle .product ul li:nth-last-child(2){
    margin-right: 0;
}
.lm-middle .product ul li:hover{
    -webkit-box-shadow: 1px 2px 8px 1px #9d9d9d;
    -moz-box-shadow: 1px 2px 8px 1px #9d9d9d;
    box-shadow: 1px 2px 15px 3px #dddddd;
}
.lm-header-nav ul a{
    display: block;
    padding: 49px 20px;
    font-size: 15px;
}
.lm-header-nav ul a:hover{
    color: white;
    background: #D9261C;
}
.lm-middle .product{
    padding: 0 0 60px;
}
.lm-middle .product ul .pic{
    display: block;
    width: 280px;
    height: 215px;
    text-align: center;
    overflow: hidden;
}
.lm-middle .product ul .pic img{
    max-width: 280px;
    height: 215px;
    -webkit-transition:all .3s ease-in-out 0s;
    -moz-transition:all .3s ease-in-out 0s;
    -ms-transition:all .3s ease-in-out 0s;
    -o-transition:all .3s ease-in-out 0s;
    transition:all .3s ease-in-out 0s;
}
.lm-middle .product ul li:hover .pic img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.12);
    transform: scale(1.1);
}
.lm-middle .product ul p{
    height: 32px;
    background: #242424;
    overflow: hidden;
    -webkit-transition:all .3s ease-in-out 0s;
    -moz-transition:all .3s ease-in-out 0s;
    -ms-transition:all .3s ease-in-out 0s;
    -o-transition:all .3s ease-in-out 0s;
    transition:all .3s ease-in-out 0s;
}
.lm-middle .product ul li:hover p{
    height: 57px;
    background: #D9261C;
}
.lm-middle .product ul .name{
    padding: 7px 0;
    display: block;
    color: white;
    font-weight: bold;
}
.lm-middle .product ul .more{
    display: block;
    padding: 3px 0 5px;
    color: white;
    font-size: 12px;
    font-weight: normal;
}
.lm-middle .product-banner{
    height: 440px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 31px 0 0;
    background: #232323;
}
.lm-middle .product-banner .pai{
    position: relative;
}
.lm-middle .product-banner .content{
    position: relative;
    width: 1000px;
}
.lm-middle .product-banner .content .text{
    width: 390px;
    padding: 28px 32px 42px;
    background: #D9261C;
}
.lm-middle .product-banner .content .text h1{
    margin: 0 0 11px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.lm-middle .product-banner .content .text h2{
    margin: 0 0 13px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.lm-middle .product-banner .content .text p{
    color: white;
    line-height: 35px;
}
.lm-middle .product-banner .content .disc{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.lm-middle .product-banner .content a{
    border: 1px solid #F2B7B3;
    padding: 7px 32px;
    font-size: 12px;
    color: white;
}
.lm-middle .product-banner .content .pic{
    position: absolute;
    top: 0;
    right: 0;
}
.lm-middle .product-banner .content .pic img{
    max-width: 425px;
    max-height: 378px;
}
.lm-middle .about .zi{
    width: 100%;
    height: 275px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 68px 0 0 90px;
    background: #F8F8F8;
}
.lm-middle .about .zi li{
    width: 178px;
    text-align: center;
}
.lm-middle .about .zi li h1{
    margin: 13px 0 0;
    font-size: 14px;
    font-weight: normal;
    color: #d9261c;
}
.lm-middle .about .zi li hr{
    position: relative;
    top: -7px;
    display: inline-block;
    width: 17px;
    height: 1px;
    border: none;
    background: #525252;
}
.lm-middle .about .zi li h2{
    font-size: 12px;
    font-weight: normal;
    color: #7c7c7c;
}
.lm-middle .about .content .left{
    width: 845px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 0 0;
}
.lm-middle .about .content .left img{
    margin: 0 0 30px 25px;
}
.lm-middle .about .content .left p{
    font-size: 14px;
    color: #8d8d8d;
    line-height: 31px;
    text-indent: 2em;
}
.lm-middle .about .content .right{
    position: relative;
    top: -150px;
    width: 305px;
    height: 426px;
    background: url("../img/about2.png") no-repeat center;
}
.lm-middle .about .content .right a{
    position: absolute;
    left: 104px;
    bottom: 125px;
    border: 1px solid #F2B8B5;
    padding: 5px 20px;
    color: white;
}
.lm-middle .about .jin{
    position: relative;
    top: -38px;
    background: #E8E8E8;
}
.lm-middle .about .jin li{
    position: relative;
    top: 0;
    -webkit-transition:all .3s ease-in-out 0s;
    -moz-transition:all .3s ease-in-out 0s;
    -ms-transition:all .3s ease-in-out 0s;
    -o-transition:all .3s ease-in-out 0s;
    transition:all .3s ease-in-out 0s;
}
.lm-middle .about .jin li:hover{
    top: -10px;
}
.lm-middle .about .jin img{
    display: block;
}
.lm-middle .ying .banner img{
    display: block;
}
.lm-middle .ying p{
    padding: 17px 0;
    text-align: center;
    background: #303030;
}
.lm-middle .ying p a{
    color: #fff;
}
.lm-middle .ying .swiper-slide{
    overflow: hidden;
}
.lm-middle .ying .swiper-slide>a{
    position: relative;
    display: block;
    width: 100%;
    height: 351px;
    overflow: hidden;
}
.lm-middle .ying .swiper-slide:hover p{
    background: #D9261C;
}
.lm-middle .ying .swiper-slide div{
    text-align: center;
    padding: 9px 10px 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lm-middle .transition{
    width: 100%;
    height: 16px;
    background: #F8F8F8;
}
.lm-middle .news .left{
    width: 580px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 34px 25px;
    overflow: hidden;
    background: #F8F8F8;
}
.lm-middle .news .left .date{
    margin: 0 0 20px;
    font-size: 16px;
    color: #d9261c;
}
.lm-middle .news .left h1{
    margin: 0 0 10px;
}
.lm-middle .news .left h1 a{
    font-size: 18px;
    font-weight: normal;
    color: #3a3a3a;
}
.lm-middle .news .left h1 a{
    font-size: 18px;
    font-weight: normal;
    color: #3a3a3a;
}
.lm-middle .news .left .disc{
    margin: 0 0 18px;
}
.lm-middle .news .left .disc a{
    font-size: 14px;
    font-weight: normal;
    color: #8d8d8d;
    line-height: 28px;
}
.lm-middle .news .left .pic{
    display: block;
    width: 530px;
    height: 201px;
    margin: 0 0 15px;
    text-align: center;
}
.lm-middle .news .left .pic img{
    max-width: 530px;
    height: 201px;
}
.lm-middle .news .left .more{
    padding: 7px 60px;
    font-size: 20px;
    color: white;
    background: #D9261C;
}
.lm-middle .news .right{
    width: 580px;
}
.lm-middle .news .right li{
    width: 100%;
    height: 164px;
    border-top: 1px solid #E8E8E8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 10px 0 35px;
}
.lm-middle .news .right li:hover{
    -webkit-box-shadow: 1px 2px 8px 1px #e8e8e8;
    -moz-box-shadow: 1px 2px 8px 1px #e8e8e8;
    box-shadow: 1px 2px 8px 1px #e8e8e8;
}
.lm-middle .news .right li h1{
    margin: 0 0 18px;
    font-size: 16px;
    font-weight: normal;
    color: #3a3a3a;
}
.lm-middle .news .right li:hover h1{
    color: #d9261c;
}
.lm-middle .news .right li h1 div{
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 0 5px 2px 0;
    background: #858585;
}
.lm-middle .news .right li:hover h1 div{
    background: #d9261c;
}

.lm-middle .news .right li h1 span{
    font-size: 14px;
    font-family: Arial;
    color: #858585;
}
.lm-middle .news .right li p{
    font-size: 14px;
    font-weight: normal;
    color: #8d8d8d;
    line-height: 28px;
}
.lm-middle .news .right li .icon span{
    display: block;
    width: 23px;
    height: 15px;
    background: url("../img/icon-news-more.png") no-repeat center;
}
.lm-middle .news .right li:hover .icon span{
    display: block;
    width: 23px;
    height: 15px;
    background: url("../img/icon-news-more2.png") no-repeat center;
}
.lm-middle .contact{
    height: 579px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 100px 0 0;
    background: url("../img/contact.png") no-repeat center;
}
.lm-middle .contact .lm-title{
	padding: 30px 0 30px;
}
.lm-middle .contact .left{
    width: 395px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lm-middle .contact .left h1{
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: bold;
    color: #d9261c;
}
.lm-middle .contact .left>p{
    color: #6d6d6d;
}
.lm-middle .contact .middle{
    width: 210px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 0 155px;
}
.lm-middle .contact .middle h1{
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: normal;
    color: #727272;
}
.lm-middle .contact .middle p{
    font-size: 14px;
    color: #a1a1a1;
    line-height: 28px;
}
.lm-middle .contact .right img{
    margin: 0 0 10px;
    width: 128px;
}
.lm-middle .contact .right p{
    color: #909090;
    text-align: center;
}
.lm-footer{
    height: 167px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 0 0;
    background: #363636;
}
.lm-footer .content{
    text-align: center;
}
.lm-footer .nav{
    display: inline-block;
}
.lm-footer .nav a{
    padding: 0 18px;
    font-size: 14px;
    color: #fff;
}
.lm-footer hr{
    border: none;
}
.lm-footer .you{
    display: inline-block;
    margin: 25px 0 10px;
}
.lm-footer .you a{
    padding: 0 15px;
    font-size: 12px;
    font-weight: bold;
    color: #a1a1a1;
}
.lm-footer .you span{
	float: left;
	font-weight: bold;
	color: #a1a1a1;
}
.lm-footer .content p{
    color: #bfbfbe;
}
/*end 样式*/
/*案例*/
.lm-location .left{
    position: relative;
    top: -88px;
    border-bottom: 8px solid #000;
    margin-bottom: -30px;
    padding: 25px 22px 17px;
    text-align: center;
    background: #D9261C;
    z-index: 999;
}
.lm-location .left h2{
    font-size: 24px;
    font-weight: bold;
    font-family: Arial;
    color: #fff;
}
.lm-location .left h1{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}
.lm-location .right{
    position: relative;
    top: 13px;
    left: 20px;
    color: #8c8c8c;
}
.lm-location .right a{
	color: #8c8c8c;
}
.lm-case li{
    margin: 0 60px 57px 0;
	width: 360px;
}
.lm-case li:hover{
    margin: 0 60px 57px 0;
    -webkit-box-shadow: 1px 1px 15px 2px #bababa;
    -moz-box-shadow: 1px 1px 15px 2px #bababa;
    box-shadow: 1px 1px 15px 2px #bababa;
}
.lm-case li:nth-child(3n){
    margin-right: 0;
}
.lm-case li>a{
	display: block;
	width: 360px;
	height: 387px;
	text-align: center;
	overflow: hidden;
}
.lm-case li img{
    display: inline-block;
	width: 360px;
	height: 387px;
}
.lm-case li p{
    text-align: center;
    background: #161616;
}
.lm-case li p a{
    display: block;
    padding: 16px 0;
    color: white;
}
.lm-case li:hover p{
    background: #D9261C;
}
.lm-page{
    padding: 30px 0 100px;
    text-align: center;
}
.code-conainer{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.code-conainer .code{
    width: 128px;
    overflow: hidden;
}
.code-conainer .code img{
    width: 100%;
}
.lm-about .type{
    position: relative;
    top: -20px;
    margin: 0 0 15px;
    padding: 0 0 10px;
    border-bottom: 1px solid #EDEDED;
}
.lm-about .type a{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #434343;
}
.lm-about .type a:hover{
    color: #fff;
    background: #D9261C;
}
.lm-about .type a.active{
    color: #fff;
    background: #D9261C;
}
.lm-about .left{
    width: 750px;
}
.lm-about .left h2{
    font-size: 55px;
    font-weight: bold;
    color: #434343;
}
.lm-about .left h1{
    margin: 0 0 20px;
    font-size: 36px;
    font-weight: bold;
    color: #434343;
    text-indent: 45px;
}
.lm-about .left p{
    font-size: 14px;
    color: #434343;
    text-indent: 50px;
    line-height: 30px;
    text-indent: 45px;
}
.lm-about .right{
    width: 408px;
    height: 326px;
    text-align: center;
    overflow: hidden;
}
.lm-about .right img{
    position: relative;
    top: 55px;
    max-width: 408px;
    height: 326px;
}
.lm-about .bottom{
    padding: 55px 0 75px;
    width: 1200px;
    height: 375px;
    text-align: center;
    overflow: hidden;
}
.lm-about .bottom img{
    display: inline-block;
    max-width: 1200px;
    height: 375px;
}
.lm-contact .type{
    position: relative;
    top: -20px;
    margin: 0 0 15px;
    padding: 0 0 10px;
    border-bottom: 1px solid #EDEDED;
}
.lm-contact .type a{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #434343;
}
.lm-contact .type a:hover{
    color: #fff;
    background: #D9261C;
}
.lm-contact .type a.active{
    color: #fff;
    background: #D9261C;
}
.lm-contact .left{
    width: 550px;
}
.lm-contact .left h2{
    margin: 0 0 20px;
    font-size: 55px;
    font-weight: bold;
    color: #434343;
}
.lm-contact .left h1{
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: bold;
    color: #292929;
    text-indent: 45px;
}
.lm-contact .left p{
    font-size: 14px;
    color: #818183;
    text-indent: 50px;
    line-height: 30px;
    text-indent: 45px;
}
.lm-contact .right{
    padding: 110px 0 0;
    width: 122px;
    height: 122px;
    text-align: center;
    overflow: hidden;
}
.lm-contact .right img{
    max-width: 122px;
    height: 122px;
}
.lm-contact .bottom{
    padding: 55px 0 75px;
    width: 1200px;
    height: 375px;
    text-align: center;
    overflow: hidden;
}
.lm-contact .bottom img{
    display: inline-block;
    max-width: 1200px;
    height: 375px;
}
.lm-product .type{
    position: relative;
    top: -20px;
    margin: 0 0 15px;
    padding: 0 0 10px;
    border-bottom: 1px solid #EDEDED;
}
.lm-product .type a{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #434343;
}
.lm-product .type a:hover{
    color: #fff;
    background: #D9261C;
}
.lm-product .type a.active{
    color: #fff;
    background: #D9261C;
}
.lm-product .content{
    padding: 20px 0 0;
}
.lm-product .content li{
    margin: 0 26px 100px 0;
    height: 260px;
}
.lm-product .content li:hover{
    -webkit-box-shadow: 1px 1px 15px 2px #bababa;
    -moz-box-shadow: 1px 1px 15px 2px #bababa;
    box-shadow: 1px 1px 15px 2px #bababa;
}
.lm-product .content li:hover p{
    -webkit-box-shadow: 1px 1px 15px 1px #bababa;
    -moz-box-shadow: 1px 1px 15px 1px #bababa;
    box-shadow: 1px 1px 15px 1px #bababa;
}
.lm-product .content li:nth-child(4n){
    margin-right: 0;
}
.lm-product .content .pic{
    display: block;
    width: 280px;
    height: 215px;
    text-align: center;
    overflow: hidden;
}
.lm-product .content .pic img{
    max-width: 280px;
    height: 215px;
    -webkit-transition:all .3s ease-in-out 0s;
    -moz-transition:all .3s ease-in-out 0s;
    -ms-transition:all .3s ease-in-out 0s;
    -o-transition:all .3s ease-in-out 0s;
    transition:all .3s ease-in-out 0s;
}
.lm-product .content li:hover .pic img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.12);
    transform: scale(1.1);
}
.lm-product .content p{
    height: 32px;
    background: #242424;
    overflow: hidden;
    -webkit-transition:all .3s ease-in-out 0s;
    -moz-transition:all .3s ease-in-out 0s;
    -ms-transition:all .3s ease-in-out 0s;
    -o-transition:all .3s ease-in-out 0s;
    transition:all .3s ease-in-out 0s;
}
.lm-product .content li:hover p{
    height: 57px;
    background: #D9261C;
}
.lm-product .content .name{
    padding: 7px 0;
    display: block;
    color: white;
    font-weight: bold;
}
.lm-product .content .more{
    display: block;
    padding: 3px 0 5px;
    color: white;
    font-size: 12px;
    font-weight: normal;
}
.lm-news .type{
    position: relative;
    top: -20px;
    margin: 0 0 15px;
    padding: 0 0 10px;
    border-bottom: 1px solid #EDEDED;
}
.lm-news .type a{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #434343;
}
.lm-news .type a:hover{
    color: #fff;
    background: #D9261C;
}
.lm-news .type a.active{
    color: #fff;
    background: #D9261C;
}
.lm-news .content li{
    margin: 25px 0 0;
    padding: 25px 10px;
    border-bottom: 1px solid #EDEDED;
}
.lm-news .content li:hover{
    -webkit-box-shadow: 1px 2px 15px 1px #e5e5e5;
    -moz-box-shadow: 1px 2px 15px 1px #e5e5e5;
    box-shadow: 1px 2px 15px 1px #e5e5e5;
}
.lm-news .content .date{
    width: 78px;
    margin: 0 15px 0;
}
.lm-news .content .date p:first-child{
    margin: 0 0 -5px;
    font-size: 72px;
    font-family: Arial;
    color: #393939;
}
.lm-news .content .date p:nth-child(2){
    font-size: 18px;
    font-family: Arial;
    color: #393939;
}
.lm-news .content li:hover .date p,
.lm-news .content li:hover .more p{
    color: #d9261c;
}
.lm-news .content .text{
    width: 1048px;
    text-align: left;
}
.lm-news .content .text .title{
    display: block;
    margin: 10px 0 0;
}
.lm-news .content .text h1{
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: bold;
    color: #393938;
}
.lm-news .content .text .disc p{
    font-size: 14px;
    color: #686160;
    line-height: 25px;
}
.lm-news .content .text .more p{
    margin: 12px 0 0;
    color: #686160;
}
.lm-middle .contact .type{
	margin: 20px 0 0;
}
.lm-middle .contact .type .bds_tsina,
.lm-middle .contact .type .bds_sqq,
.lm-middle .contact .type .bds_weixin{
	width: 38px;
	height: 38px;
}
.lm-middle .contact .type .bds_tsina{
	background: url("/static/img/icon-contact.png") no-repeat center;
}
.lm-middle .contact .type .bds_sqq{
	background: url("/static/img/icon-contact2.png") no-repeat center;
}
.lm-middle .contact .type .bds_weixin{
	background: url("/static/img/icon-contact3.png") no-repeat center;
}
.pagination{
	display: inline-block;
	margin-bottom: 0px;
	margin-top: 0px;
}
.pagination li{
	float: left;
	border: 1px solid #EEEEEE;
	margin-right: 5px;
	padding: 5px;
	width: 20px;
	text-align: center;
}
.pagination .active{
	background: #D9261C;
	color: white;
}
.pagination li span,
.pagination li a{
	font-size: 16px;
	text-align: center;
	display: inline-block;
}
.lm-case-show{
	text-align: center; 
}
.lm-case-show>h1{
	margin: 0 0 5px;
	font-size: 16px;   
	font-weight: bold;
}
.lm-case-show .date{
	margin: 0 0 15px;
}
.lm-case-show>div{
	padding: 0 0 50px;
	text-align: left;
} 
.lm-case-show>div p{
	line-height: 28px;
}
.lm-case-show img{
	margin: 10px 0;
}
.lm-sx{
	padding: 0 0 50px;
}
.lm-map{
	margin-bottom: 30px;
}
.lm-map .list{
	padding: 10px 0;
	border-bottom: 1px dotted #CCCCCC;
}
.lm-map>div:nth-last-child(2){
	border: none;
}
.lm-map h3{
	margin: 0 0 5px;
}
.lm-map .two{
	padding: 0 0 0 10px;
}
.lm-map .two a{
	display: inline-block;
	padding: 4px 15px 4px 0;
}
.lm_message{
	margin-bottom: 50px;
}
.lm_message .write>div{
	margin-bottom: 20px;
}
.lm_message .write>div span{
	display:-moz-inline-box;
	display:inline-block;
	width:59px;
}
.lm_message .write input{
	border:1px solid #A9A9A9;
	width: 400px;
	height: 50px;
	padding: 0 0 0 10px;
}
.lm_message .write textarea{
	border:1px solid #A9A9A9;
	width: 450px;
	height: 200px;
	padding: 18px 0 0 10px;
	color: #757575;
}
.lm_message .write div:nth-last-child(2) span{
	position: relative;
	top: -190px;
}
.lm_message .write div:last-child{
	clear: both;
	position: relative;
	top: -23px;
}
.lm_message .write div:last-child input:nth-last-child(2){
	width: 90px;
}
.lm_message .write img{
	width: 100px;
	height: 50px;
	margin-left: 10px;
	position: relative;
	top: 20px;
}
.lm_message .submit{
	clear: both;
	position: relative;
}
.lm_message .submit input{
	position: relative;
	left: 165px;
	width: 100px;
	height: 30px;
	background: #D9261C;
	color: white;
	border: none;
}
/*end 案例*/